home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libvorbis-1.0rc3 / lib / books / coupled / _44c2_long.vqh < prev    next >
Encoding:
Text File  |  2002-10-27  |  1.3 KB  |  41 lines

  1. /********************************************************************
  2.  *                                                                  *
  3.  * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
  4.  * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
  5.  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  6.  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  7.  *                                                                  *
  8.  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *
  9.  * by the XIPHOPHORUS Company http://www.xiph.org/                  *
  10.  *                                                                  *
  11.  ********************************************************************
  12.  
  13.  function: static codebook autogenerated by huff/huffbuld
  14.  
  15.  ********************************************************************/
  16.  
  17. #ifndef _V__44c2_long_VQH_
  18. #define _V__44c2_long_VQH_
  19. #include "codebook.h"
  20.  
  21. static long _huff_lengthlist__44c2_long[] = {
  22.      3,10,12,12,10, 6, 8,10,10, 6, 6, 7, 8, 7, 7,10,
  23.     12, 5, 4, 6, 7, 7, 7,11,12, 7, 5, 5, 7, 9, 8,11,
  24.      9, 7, 6, 5, 5,11,10, 8, 6,17,17,17,17, 2, 4, 9,
  25.      8,17,17,17,17, 4, 4, 9,10,14,13,12, 7, 8, 8, 9,
  26. };
  27.  
  28. static static_codebook _huff_book__44c2_long = {
  29.     2, 64,
  30.     _huff_lengthlist__44c2_long,
  31.     0, 0, 0, 0, 0,
  32.     NULL,
  33.     NULL,
  34.     NULL,
  35.     NULL,
  36.     0
  37. };
  38.  
  39.  
  40. #endif
  41.